home *** CD-ROM | disk | FTP | other *** search
- @ECHO OFF
-
- CLS
-
- ECHO ****************************************************
- ECHO * This batch file removes the read-only attribute *
- ECHO * from all the files in the \MVPROG directory, and *
- ECHO * all its subdirectories. *
- ECHO ****************************************************
- ECHO.
- ECHO.
-
- PAUSE
-
- @ECHO ON
- ATTRIB -R *.* /S
-